'Declaration
<NotNullAttribute()> Public Overloads Shared Function Create(Of TValue)( _ ByVal attributeArguments As UAAttributeArguments _ ) As UAWriteValueObserver(Of TValue)
'Usage
Dim attributeArguments As UAAttributeArguments Dim value As UAWriteValueObserver(Of TValue) value = UAWriteValueObserver.Create(Of TValue)(attributeArguments)
[NotNull()] public static UAWriteValueObserver<TValue> Create<TValue>( UAAttributeArguments attributeArguments )
[NotNull()] public: static UAWriteValueObserver<TValue^>^ Creategeneric<typename TValue> ( UAAttributeArguments^ attributeArguments )
Parameters
- attributeArguments
- Holds all arguments needed to specify a node together with its attribute in an OPC-UA server.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).
Type Parameters
- TValue
Return Value
Returns an observer that writes values into the given OPC node.
This method never returns null
(Nothing
in Visual Basic).